home *** CD-ROM | disk | FTP | other *** search
/ il gioco del Kamasutra / Milo Manara Kamasutra.iso / mac / DATA / ParteIII / Esterno.dir / 00017_Script_17 < prev    next >
Text File  |  1997-11-23  |  249b  |  11 lines

  1. on exitFrame
  2.   puppetsprite 1, true
  3.   repeat while the locv of sprite 1 < 404
  4.     set the locv of sprite 1 = the locv of sprite 1 + 4
  5.     updatestage
  6.   end repeat
  7.   puppetsprite 1, false
  8.   puppetsound 2,"gong2"
  9.   go to (the frame + 1)
  10. end
  11.